Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 21, 2025

  • Rename modules to remove hyphens (e.g., gorm-client -> gormclient)
  • Update imports/docs/tests to use new module paths and package names without underscores
  • Run go test ./... to verify
Original prompt

This section details on the original issue you should resolve

<issue_title>Rename mod names to remove - character</issue_title>
<issue_description>Remove all the - character in mod name, Eg. gorm-client to gormclient</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 3 commits December 21, 2025 03:50
Co-authored-by: slhmy <31381093+slhmy@users.noreply.github.com>
Co-authored-by: slhmy <31381093+slhmy@users.noreply.github.com>
Co-authored-by: slhmy <31381093+slhmy@users.noreply.github.com>
Copilot AI changed the title [WIP] Rename mod names to remove dash character Rename modules to hyphenless paths and update references Dec 21, 2025
Copilot AI requested a review from slhmy December 21, 2025 03:54
@slhmy slhmy marked this pull request as ready for review December 21, 2025 04:41
@slhmy
Copy link
Collaborator

slhmy commented Dec 21, 2025

@copilot the alias of the package should also be removed, Eg. object_storage should be objectstorage

Co-authored-by: slhmy <31381093+slhmy@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Dec 21, 2025

@copilot the alias of the package should also be removed, Eg. object_storage should be objectstorage

Updated package names and imports to drop the aliases (e.g., objectstorage, redisclient, gormclient, etc.); changes are in commit e0824b8.

@slhmy slhmy merged commit 50d14be into main Dec 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename mod names to remove - character

2 participants